-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: same vcs info appened twice when running jf rt build-add-git command twice #250
base: dev
Are you sure you want to change the base?
Conversation
gerrnot
commented
Apr 19, 2024
•
edited
Loading
edited
- All tests passed. If this feature is not already covered by the tests, I added new tests.
- All static analysis checks passed.
- This pull request is on the dev branch.
- I used gofmt for formatting the code before submitting the pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @gerrnot.
Please review the checks failures.
Hey @gerrnot We've just update to go 1.22.3, |
08bf567
to
ba194e9
Compare
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
…mand twice It turns out to be practical if you can perform issue collection multiple times using different configurations (different regexes). However, in this case (and in any case) you do not want to see the vcs information duplicated. This is fixed hereby.
3d191cf
to
f4cdc63
Compare
@EyalDelarea Thanks, yes, the build was green after that. I rebased. |